home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / bkdr10.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1991-11-11  |  327b  |  20 lines

  1. ECHO OFF
  2.  
  3. ECHO Press any key while the backdoor is open to exit the endless loop.
  4.  
  5. :START
  6.  
  7. REM Place the name of your program on the following line
  8. DIR
  9. BACKDOOR
  10. IF ERRORLEVEL 255 GOTO END
  11.  
  12. REM Place the name of your program on the following line
  13. DIR /W
  14. BACKDOOR
  15. IF ERRORLEVEL 255 GOTO END
  16.  
  17. GOTO START
  18.  
  19. :END
  20.